crypto/internal/fips140/bigmod.Nat.resetToBytes (method)

4 uses

	crypto/internal/fips140/bigmod (current package)
		nat.go#L109: func (x *Nat) resetToBytes(b []byte) *Nat {
		nat.go#L551: 	n := NewNat().resetToBytes(b)
		nat.go#L560: 	x := NewNat().resetToBytes(a)
		nat.go#L561: 	y := NewNat().resetToBytes(b)